From: Jason Rumney Date: Thu, 22 Feb 2007 23:47:43 +0000 (+0000) Subject: (w32_menu_show): Mark the frame's menu as inactive when popup menu X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~30217 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=5339f50c4c9ab6fe936fda8ebd37a565c742272a;p=emacs.git (w32_menu_show): Mark the frame's menu as inactive when popup menu finishes. --- diff --git a/src/w32menu.c b/src/w32menu.c index a0aef4b58dd..ba29c6ae433 100644 --- a/src/w32menu.c +++ b/src/w32menu.c @@ -1937,6 +1937,7 @@ w32_menu_show (f, x, y, for_click, keymaps, title, error) /* Free the owner-drawn and help-echo menu strings. */ w32_free_menu_strings (FRAME_W32_WINDOW (f)); + f->output_data.w32->menubar_active = 0; /* Find the selected item, and its pane, to return the proper value. */